home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Colorado Rockies Interactive CD-ROM 1999
/
Colorado Rockies 1999 Interactive CD-ROM.iso
/
mac
/
DXR
/
usw.dxr
/
00015_test.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-30
|
221 b
|
10 lines
on mouseUp
global gBrowser
set gBrowser to browserName()
if gBrowser = EMPTY then
open("Rockies:Netscape Installer:Netscape Installer")
else
gotoNetPage("file:///Rockies/DXR/info/index.html")
end if
end